home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / flappy.swf / scripts / frame_5 / PlaceObject2_40_5 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-09-27  |  413 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.BigBird._y > 340 and this.done == "no")
  3.    {
  4.       this.done = "yes";
  5.       _root.BigBird.fly == false;
  6.       _root.BigBird.broken = true;
  7.       _root.BigBird.yspeed = 0;
  8.       _root.BigBird.gravity = 0;
  9.       _root.BigBird.scrollStart = false;
  10.       _root.flapper.gotoAndPlay("fall");
  11.       _root.music.stop();
  12.       _root.gameOverScreen.gotoAndPlay(2);
  13.    }
  14. }
  15.